| Home | Trees | Index | Help |
|
|---|
| Package lemon :: Package external :: Package Cheetah :: Module ImportHooks |
|
Provides some import hooks to allow Cheetah's .tmpl files to be imported
directly like Python .py modules.
Meta-Data
================================================================================
Author: Tavis Rudd <tavis@damnsimple.com>
License: This software is released for unlimited distribution under the
terms of the Python license.
Version: $Revision: 1.1 $
Start Date: 2001/03/30
Last Revision Date: $Date: 2003/08/12 09:17:11 $
| Classes | |
|---|---|
CheetahDirOwner |
|
| Function Summary | |
|---|---|
convertTmplPath(tmplPath,
_pathNameTransChars,
splitdrive,
translate)
| |
Install the Cheetah Import Hooks... | |
setCacheDir(cacheDir)
| |
Uninstall the Cheetah Import Hooks... | |
| Variable Summary | |
|---|---|
str |
__author__ = 'Tavis Rudd <tavis@damnsimple.com>'
|
str |
__revision__ = '1.1'
|
list |
l = ['_', '_', '_', '_', '_', '_', '_', '_', '_', '_', '...
|
list |
_cacheDir = []
|
bool |
_installed = False
|
str |
_pathNameTransChars = '_________________________________...
|
| Function Details |
|---|
install()Install the Cheetah Import Hooks |
uninstall()Uninstall the Cheetah Import Hooks |
| Variable Details |
|---|
__author__
|
__revision__
|
l
|
_cacheDir
|
_installed
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Mon Nov 10 15:08:14 2003 | http://epydoc.sf.net |